home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / COMM / INTERNET / UTILS / FREETIME / !FreeTime / Config < prev    next >
Text File  |  1997-06-20  |  965b  |  29 lines

  1. # Config file for !FreeTime, by Joseph Heenan
  2. #
  3. # fetch time from this computer:
  4. # (you should change this to your ISP's time server)
  5. Server:ntp.demon.co.uk
  6. #
  7. # Don't (auto) set clock if the diff. between server and us is more than:
  8. MaxDiff:120
  9. #
  10. # Don't set clock if the difference is less than: (seconds)
  11. MinDiff:15
  12. #
  13. # Maximum time to wait for server to reply (seconds) (also dns timeout)
  14. Timeout:5
  15. #
  16. # how long to keep info window open for after time is determined:
  17. # (seconds) - window will disappear if clicked on anyway ( 0 = forever )
  18. Display:5
  19. #
  20. # when to display the window - options are:
  21. # transfer : open window while getting time from server
  22. # error    : display window if an error occurs
  23. # set      : display window when time is set
  24. # min      : display window if time is within min correction
  25. # out      : query user if time is outside of max correction
  26. # recommended minimum is : error out
  27. # I use : error out set
  28. Window: transfer error out set min
  29.